github.com/andybalholm/brotli.hashLongestMatchQuickly.useDictionary (field)

6 uses

	github.com/andybalholm/brotli (current package)
		hash.go#L239: 			useDictionary: true,
		hash.go#L246: 			useDictionary: false,
		hash.go#L253: 			useDictionary: true,
		hash.go#L292: 			useDictionary: false,
		hash_longest_match_quickly.go#L45: 	useDictionary bool
		hash_longest_match_quickly.go#L209: 	if h.useDictionary && min_score == out.score {